PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextRun Class / getTypographicCorners Method
In This Topic
    getTypographicCorners Method
    In This Topic
    Gets the typographic coordinates of the text fragment corners.
    The order of the corners in the array is the following: lower left, lower right, upper right, upper left. The typographic corners consider the font's Descent for the lower corners. The method considers the text baseline for the lower corners.
    Syntax
    public PDFPoint[] getTypographicCorners()

    Return Value

    The typographic coordinates on the page of the text fragment's corners.
    See Also